home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / MacGzip 1.0 / source / More Resources / NotPPC ƒ / NotPPC.make < prev    next >
Text File  |  1994-04-25  |  769b  |  27 lines

  1. #   File:       NotPPC.make
  2. #   Target:     NotPPC
  3. #   Sources:    NotPPC.c NotPPC.r
  4. #   Created:    Thursday, May 27, 1993 9:48:50
  5. #   Modified:   Thursday, January 6, 1994 3:09:52
  6.  
  7.  
  8. OBJECTS = NotPPC.c.o
  9.  
  10.  
  11. NotPPC ƒƒ NotPPC.make NotPPC.r
  12.     Rez NotPPC.r -append -d SystemSevenOrLater=1 -o NotPPC
  13.  
  14. NotPPC ƒƒ NotPPC.make {OBJECTS}
  15. #
  16. # Note that the Link step is merging the segments 'Main' and '%A5Init'
  17. # into one called 'PPCOnly'.  You might be able to use 'PPCOnly' to 
  18. # differentiate between a Power Macintosh only application versus
  19. # a FAT application (such as from an installer).
  20. #
  21.     Link -t APPL -c '????' -sg PPCOnly=Main,%A5Init ∂
  22.         {OBJECTS} ∂
  23.         "{Libraries}"Runtime.o ∂
  24.         "{Libraries}"Interface.o ∂
  25.         -o NotPPC
  26. NotPPC.c.o ƒ NotPPC.make NotPPC.c
  27.      C -r  NotPPC.c